
*{ margin:0; padding:0;}
body,td,th{ font-size:14px; color:#333; font-family: "Microsoft YaHei";}
a{ color:#333; text-decoration:none;}
body,div,ul,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p,th{ margin:0; padding:0; list-style:none; border:0px;}
dl,dt,dd{ margin:0px; padding:0px; list-style:none;}
ul,li{ list-style:none;}
input,textarea,slsct{ font-family:inherit; font-weight:inherit;}
img{ border:0;}
.pro_border img{
    border: 1px #ddd solid;
}

/* 乌鸦 */
.hide{
    display: none;
}

.width-1200{
    width: 1200px;
    margin: 0 auto;
}

.clear{ clear:both; height: 0;}
.clearfix:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.pull-left,.fl{ float:left;}
.pull-right,.fr{ float:right;}
.ov-hi{ overflow: hidden;}
.text-en{ font-family:Arial, Helvetica, sans-serif;}

.text-center{
    text-align: center;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}


.line-clamp-1{
    overflow: hidden;
    white-space: nowrap;
}
.line-clamp-2{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.line-clamp-3{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* 内页 */
.page_main{
    width: 1200px;
    margin: 20px auto;
}
/* 内页右边 */
.page_content{
    margin-left: 20px;
    width: 930px;
}